Relation

The relationship between two calendar values.

There are 13 possible ways in which two values may be related to each other.

See: Allen's Interval

Entries

Link copied to clipboard

The first range occurs entirely before the second range.

Link copied to clipboard

The first range occurs entirely after the second range.

Link copied to clipboard

The first range ends where the second range starts.

Link copied to clipboard

The first range starts where the second range ends.

Link copied to clipboard

The first range starts before the second range starts, and ends before the second range ends.

Link copied to clipboard

The first range starts after the second range starts, and ends after the second range ends.

Link copied to clipboard

The first range starts where the second range starts, and ends before the second range ends.

Link copied to clipboard

The first range starts where the second range starts, and ends after the second range ends.

Link copied to clipboard

The first range starts after the second range starts, and ends before the second range ends.

Link copied to clipboard

The first range starts before the second range starts, and ends after the second range ends.

Link copied to clipboard

The first range starts after the second range starts, and ends with the second range.

Link copied to clipboard

The first range starts before the second range starts, and ends with the second range.

Link copied to clipboard

The first and second ranges start and end together.

Functions

Link copied to clipboard
fun valueOf(value: String): Relation

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard